home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / 5_memchk.zip / TED.DOC < prev   
Text File  |  1991-07-13  |  4KB  |  82 lines

  1.  
  2.  
  3.          TED.COM (v1.2)                             Tom Kihlken
  4.          Command                       PC Magazine Vol 7, No 19
  5.              Copyright 1988-90  Ziff Communications Company
  6.          ______________________________________________________
  7.  
  8.          Purpose:  A small, full-screen editor for line-
  9.                    oriented files of up to 64K in length that
  10.                    supports scrolling, cut, copy, paste, and
  11.                    printing operations, and permits entry of
  12.                    all members of the IBM character set.
  13.  
  14.          Format:   TED [filespec]
  15.  
  16.          Remarks:  TED will open and read a file whose name
  17.                    (and path, if required) are supplied ini-
  18.                    tially.  If no filespec is provided it will
  19.                    open a new file and prompt for a filename
  20.                    when the Save and Exit command (F7) is
  21.                    given.  The original of a modified file is
  22.                    saved with a .BAK extension.  The Abort com-
  23.                    mand (F1), when verified, abandons any
  24.                    modifications and leaves the original file
  25.                    intact.
  26.  
  27.                    Text is entered in insert mode by default;
  28.                    pressing the Insert key toggles to over-
  29.                    strike mode.  The Tab key adds a tab to the
  30.                    file and moves the display to the next
  31.                    column evenly divisible by eight.  Any
  32.                    character in the IBM set can be entered by
  33.                    pressing and holding down the Alt key,
  34.                    typing its ASCII value on the numeric
  35.                    keypad, then releasing the Alt key.
  36.  
  37.                    Tabs and carriage returns are shown on
  38.                    screen, but their display can easily be sup-
  39.                    pressed by modifying the source program.
  40.                    Lines may be of any length, and each must be
  41.                    terminated by pressing Enter.  Lines longer
  42.                    than the screen width display a diamond in
  43.                    the rightmost column.  Offscreen characters
  44.                    (up to 248 columns) may be viewed by using
  45.                    the Ctrl-<arrow> keys.  Lines may be broken
  46.                    by pressing Enter at any point, and may be
  47.                    conflated by pressing Delete at the line
  48.                    end.
  49.  
  50.                    A block of text is defined by toggling on
  51.                    the Mark command (F4) and moving the cursor
  52.                    with the arrow keys.  The Marked area is
  53.                    shown in inverse video.  Pressing F3 prints
  54.                    the blocked text; F5 (Cut) removes it to a
  55.                    buffer from which it can be Pasted (F6) at
  56.                    any point where the cursor is located.  The
  57.                    paste buffer remains intact until another
  58.                    section is marked and cut.
  59.  
  60.                    Pressing F8 deletes to the end of a line; F9
  61.                    deletes the entire line.  F10 restores the
  62.  
  63.  
  64.                    most recent deletion of F8 or F9.  The Undo
  65.                    command (F2) restores letters deleted by the
  66.                    Delete and/or Backspace key if the cursor
  67.                    has not been moved and other editing opera-
  68.                    tions have not been attempted.
  69.  
  70.                    TED configures itself to the display in use
  71.                    and supports EGA and VGA text modes other
  72.                    than the standard 80 columns by 25 rows.
  73.                    The Home and End keys move the cursor to the
  74.                    beginning and end of the current screen
  75.                    line.  PgUp and PgDn scroll the file by the
  76.                    number of rows displayed, minus 5.  Ctrl-
  77.                    PgUp and Ctrl-PgDn move to the top and bot-
  78.                    tom of the file.
  79.  
  80.  
  81.  
  82.